home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 008 / readmac2.arc / READMAC2.DOC < prev    next >
Encoding:
Text File  |  1986-05-18  |  2.7 KB  |  68 lines

  1.  
  2.  
  3.       ┌───────────────────────────────────────────────────────────┐
  4.       │                                  │
  5.       │         Documentation for READMAC2.COM           │
  6.       ├───────────────────────────────────────────────────────────┤
  7.       │                                  │
  8.       │     Original program by:  Micro Technologies, Inc.       │
  9.       │                   921 Royal Heights Road          │
  10.       │                   Belleville, Illinois  62223    │
  11.       │                                  │
  12.       │     Modified by :           HACKERS BBS              │
  13.       │                   BEACON New York              │
  14.       │                   Data: (914) 838-1302          │
  15.       │                                  │
  16.       └───────────────────────────────────────────────────────────┘
  17.  
  18.  
  19.       ┌───────────────────────────────────────────────────────────┐
  20.       │                                  │
  21.       │             Keys defined                  │
  22.       ├───────────────────────────────────────────────────────────┤
  23.       │                                  │
  24.       │    Home      Moves to top of picture              │
  25.       │    Up Arrow  Moves picture UP one pixel row          │
  26.       │    PgUp      Moves picture UP ten pixel rows          │
  27.       │    Dn Arrow  Moves picture DOWN one pixel row          │
  28.       │    PgDn      Moves picture DOWN ten pixel rows          │
  29.       │    End      Moves to bottom of picture              │
  30.       │    P      Print picture                   │
  31.       │    L      Load another picture                  │
  32.       │    S      Set printer parameters              │
  33.       │    E or Esc  Return to DOS                   │
  34.       │                                  │
  35.       │                                  │
  36.       └───────────────────────────────────────────────────────────┘
  37.  
  38.  
  39.       ┌─────────────────────────────────────────────────────────────────┐
  40.       │                                    │
  41.       │                Change History                │
  42.       │             Changes made by HACKERS BBS            │
  43.       ├─────────────────────────────────────────────────────────────────┤
  44.       │                                    │
  45.       │    4-2-86 version 2.0                        │
  46.       │    ──────────────────                        │
  47.       │                                    │
  48.       │    1.  Allow for upper or lower case commands            │
  49.       │    2.  Changed printer profile from OTHER.PRT to READMAC2.PRO   │
  50.       │       for clearaty                         │
  51.       │    3.  Automaticaly create new profile if file not found        │
  52.       │    4.  Added a stack                        │
  53.       │    5.  Check for correct DOS version (2.00 or above)        │
  54.       │    6.  Modified printer setup data structure            │
  55.       │       1 byte length + 10 printer codes set 8/78 lpi        │
  56.       │       1 byte length + 10 printer codes send 576 graphic codes  │
  57.       │       1 byte length + 10 printer codes set 1/8 lpi         │
  58.       │    7.  Changed input format of printer codes to allow        │
  59.       │       for all printer codes.                    │
  60.       │    8.  Added escape to end print                    │
  61.       │    9.  Added Ctrl Break support                    │
  62.       │   10.  Reversed Pgup and Pgdn                    │
  63.       │   11.  Added Home and End key support                │
  64.       │   12.  Added Esc to end program                    │
  65.       │                                    │
  66.       └─────────────────────────────────────────────────────────────────┘
  67.  
  68.